Package com.cisco.pt.ipc.sim
Interface CommandHistory
- All Superinterfaces:
IPCData
- All Known Implementing Classes:
CommandHistoryImpl
-
Method Summary
Modifier and TypeMethodDescriptionintvoidsetHistory(List<String> history) voidsetMaxCount(int maxCount)
-
Method Details
-
getHistory
- Returns:
- List<String> Returns a List<String>
-
setHistory
- Parameters:
history- Takes in a parameter of history
-
getMaxCount
int getMaxCount()- Returns:
- int Returns a int
-
setMaxCount
void setMaxCount(int maxCount) - Parameters:
maxCount- Takes in a parameter of maxCount
-